home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 115 / macaddict115.cdr / Software / Development / REALbasicMacOSX.dmg / REALbasic 2005 Release 4 / Read Me / Important changes for 5.5 projects.txt < prev    next >
Text File  |  2005-06-14  |  3KB  |  61 lines

  1. There are small number of changes to be aware of when importing
  2. REALbasic 5.5 projects into REALbasic 2005.
  3.  
  4. Primarily a number of things have been deprecated.  This means that while
  5. the old keywords continue to work we recommend switching to the new keywords
  6. because the old ones may be removed in the future.  A list of these changes
  7. is below.
  8.  
  9. The introduction of these new keywords may possibly cause conflicts if you had
  10. used these as variables or method names.  The most likely to cause problems are
  11. "closebutton" and the new reserved word "property".
  12.  
  13. Also, as of REALbasic 2005 the CellBackGroundPaint event will fire for all cells.
  14. This change finally allows you to paint alternating rows even if a listbox isn't
  15. completely full.  In the rare case where you have used 'cell' or 'celltag' in this
  16. event you now need to check that the row and column are in bounds before accessing
  17. these properties.
  18.  
  19.  
  20. [Dep] [All] Window: Deprecated GrowIcon, please use Resizeable instead.
  21.             Deprecated ZoomIcon, please use MaximizeButton instead. 
  22.             Deprecated CloseBox, please use CloseButton instead. 
  23.             Deprecated AcceptMacDataDrop, please use AcceptRawDataDrop
  24.             instead.
  25.             
  26. [Dep] [All] Serial: Deprecated the Port property, please use the
  27.             SerialPort propety instead.  Note that you should always
  28.             display some UI to allow the user to choose which port to
  29.             use since serial ports are different on every machine.
  30.             
  31. [Dep] [All] MenuItem: Deprecated CommandKey, please use
  32.             KeyboardShortcut instead.
  33.             
  34. [Dep] [All] LittleArrows: Deprecated the LittleArrows control, please
  35.             use the UpDownArrows control instead.
  36.             
  37. [Dep] [All] Intrinsic Functions: Deprecated IsCMMClick, please use
  38.             IsContextualClick.  Deprecated AppleMenuFolder with no
  39.             replacement.  Deprecated ExtensionsFolder with no
  40.             replacement.  Deprecated ControlPanelsFolder with no
  41.             replacement.
  42.             
  43. [Dep] [All] DragItem: Deprecated MacDataAvailable, please use
  44.             RawDataAvailable instead.  Deprecated MacData, please use
  45.             RawData instead.  Deprecated PrivateMacData, please use
  46.             PrivateRawData instead.
  47.             
  48. [Dep] [All] ContextualMenu: Deprecated UseCMM, please use UseMacCMM
  49.             instead.
  50.             
  51. [Dep] [All] ChasingArrows: Deprecated the ChasingArrows control. 
  52.             Please use the ProgressWheel control instead.
  53.             
  54. [Dep] [All] Clipboard: Deprecated MacDataAvailable, please use
  55.             RawDataAvailable instead.  Deprecated MacData, please use
  56.             RawData instead.  Deprecated AddMacData, please use
  57.             AddRawData instead.
  58.             
  59. [Dep] [All] Compiler Constants: Deprecated TargetPPC, please use
  60.             TargetMacOSClassic instead.  Deprecated Target68K without
  61.             replacement.